summaryrefslogtreecommitdiff
path: root/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-30 18:12:07 +0100
committerGitHub <noreply@github.com>2023-08-30 18:12:07 +0100
commitb28215cdec85e3a28cc3c6284535f339cbfb08f4 (patch)
treefc5e134b4a3d2d7032cb4785acdfee058dd16f1c /src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro
parent2ea4e338752780fe0c34b1bc77621b308e649d1d (diff)
parent85140152e0adcac6cf5d096a4a0f7cc28d81a490 (diff)
Merge pull request #2 from Sycamost/dev
Dev
Diffstat (limited to 'src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro')
-rw-r--r--src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro b/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro
index a641561..90053fe 100644
--- a/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro
+++ b/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro
@@ -1,7 +1,7 @@
---
import Page from '$layouts/Page.astro';
import localeStaticPaths from '$lib/localeStaticPaths';
-import tPage from '$i18n/translations/pages/scotsounGallery';
+import tPage from '$i18n/translations/pages/scotsounRelease';
import translate from '$i18n/translate';
import type Locale from '$types/Locale';
import { getScotsoun } from '$data/scotsoun';
@@ -22,6 +22,6 @@ const t = translate(locale);
const scotsoun = await getScotsoun[scotsounId]();
---
-<Page title={t(tPage, { key: 'title' })}>
+<Page title={t(tPage, { key: 'title', scotsounId, name: scotsoun.title })}>
<Scotsoun scotsoun={scotsoun} />
</Page>